home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / Business / Dazzler / DAZZLER.Z / LoadMe.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-26  |  287 b   |  6 lines

  1. public class LoadMe {
  2.    public String toString() {
  3.       return "Hello. This is the LoadMe object ";
  4.    }
  5. }
  6.